home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / ARGO / SUPPORT / REMOVE_NET.BAT < prev    next >
DOS Batch File  |  1996-09-17  |  2KB  |  48 lines

  1. | This file disables the networking modules built into ROM when
  2. | they are not needed, in order to save memory. It is supplied in
  3. | the form you need for a machine not using a network at all. If
  4. | you wish to use a network, this file needs to be altered, or
  5. | removed from !Boot.Choices.Boot.PreDesk to a user directory of
  6. | your choice. For more information regarding networking refer to
  7. | the networking chapter in your User Guide.
  8. |
  9. | If you do alter this file, then you should completely reset your
  10. | machine by performing a power-on-delete (hold down the delete
  11. | key while switching on the machine), to ensure that the effect
  12. | of the unplugs below are reversed. 
  13. |
  14. | The Freeway module and ShareFS module are needed if you want
  15. | to run Acorn Access. If you want to run Access comment out the
  16. | next two lines. (You will also need to comment out the lines
  17. | refering to the group of modules at the end of this file).
  18. |
  19. unplug Freeway
  20. unplug ShareFS
  21.  
  22. |
  23. | Un-comment this next line if you wish to use the authentication
  24. | features of Acorn Access. Ensure that ShareFS is unplugged
  25. | (see line above).
  26. |
  27. |rmensure ShareFS 3.00 rmload Boot:Resources.!system.360.modules.Network.Share+
  28.  
  29. | The BootNet module is needed for either Access or Net. If you
  30. | want to run either of these, comment out the next line.
  31. unplug BootNet
  32.  
  33. | The following modules may be needed if you want to use any network.
  34. | Comment out all lines below to use any network, or just Internet,
  35. | MBufManager and AUNMsgs if you are just running Acorn Access.
  36.  
  37. unplug Net
  38. unplug Internet
  39. unplug MbufManager
  40. unplug NetFS
  41. unplug bbceconet  
  42. unplug NetPrint
  43. unplug NetStatus  
  44. unplug NetUtils
  45. unplug NetFiler
  46. unplug AUNMsgs
  47.  
  48.